Click or drag to resize
SerializationSerializeObject Method
static function to Serialize a list into a file on hard disk. list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception" .

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool SerializeObject(
	ref List<string> List,
	string filename
)

Parameters

List
Type: System.Collections.GenericListString
filename
Type: SystemString

Return Value

Type: Boolean
See Also